ComponentOne ASP.NET MVC Controls
IsDroppedDown Method (DropDownBuilder<T,TControl,TBuilder>)

C1.Web.Mvc.Fluent Namespace > DropDownBuilder<T,TControl,TBuilder> Class : IsDroppedDown Method
The value.
Configurates C1.Web.Mvc.DropDown<T>.IsDroppedDown. Sets a value indicating whether the drop down is currently visible.
Syntax
'Declaration
 
Public Function IsDroppedDown( _
   ByVal value As Boolean _
) As TBuilder
public TBuilder IsDroppedDown( 
   bool value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

DropDownBuilder<T,TControl,TBuilder> Class
DropDownBuilder<T,TControl,TBuilder> Members